home *** CD-ROM | disk | FTP | other *** search
- Path: sky.in-berlin.de!jroger!jroger
- From: jroger@jroger.in-berlin.de (Sebastian Rittau)
- Subject: Re: CreateNewProc() in Amiga E
- References: <618.6593T1134T901@mailbox.swipnet.se>
- Message-ID: <588.6594T758T2536@jroger.in-berlin.de>
- Newsgroups: comp.sys.amiga.programmer
- X-Newsreader: THOR 2.22 (Amiga;UUCP) *UNREGISTERED*
- Date: 22 Jan 96 04:00:10 CET
-
- In <618.6593T1134T901@mailbox.swipnet.se> Daniel Adolfsson <m-29431@mailbox.swipnet.se> wrote:
-
- >How should I get this E-program to work? When I run it, a guru-requester
- >comes up telling me that program 'subtask' failed...
-
- >PROC main()
- > mama:=FindTask(0)
- > CreateNewProc([NP_ENTRY,{subtaskcode},NP_NAME,'subtask',TAG_END])
-
- You have to protect the code of the second task, before you can use it.
- Check out the RKRM-E-Examples. They sould be on Aminet.
-
- --
- // Sebastian Rittau jroger@jroger.in-berlin.de
- \X/ http://www.in-berlin.de/User/jroger/index.html
-
-